home *** CD-ROM | disk | FTP | other *** search
/ Freelog 116 / FreelogNo116-JuilletSeptembre2013.iso / Systeme / whocrashed / whocrashedSetup.exe / {app} / WhoCrashedEx.exe / 0 / RCDATA / TCRASHDUMPTESTFORM / TCRASHDUMPTESTFORM.txt
Text File  |  2012-11-05  |  3KB  |  157 lines

  1. object CrashDumpTestForm: TCrashDumpTestForm
  2.   Left = 0
  3.   Top = 0
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Crash Dump Test'
  6.   ClientHeight = 391
  7.   ClientWidth = 554
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poDesktopCenter
  16.   OnCreate = FormCreate
  17.   OnDblClick = FormDblClick
  18.   OnDestroy = FormDestroy
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object LabelImplications: TLabel
  22.     Left = 8
  23.     Top = 300
  24.     Width = 532
  25.     Height = 13
  26.     Caption = 
  27.       'Type ACCEPT here in captials to indicate you have read the messa' +
  28.       'ge above and understand the implications.   '
  29.   end
  30.   object Label1: TLabel
  31.     Left = 8
  32.     Top = 165
  33.     Width = 78
  34.     Height = 13
  35.     Caption = 'Bug check code:'
  36.   end
  37.   object Label2: TLabel
  38.     Left = 8
  39.     Top = 197
  40.     Width = 63
  41.     Height = 13
  42.     Caption = 'Parameter 1:'
  43.   end
  44.   object Label3: TLabel
  45.     Left = 160
  46.     Top = 197
  47.     Width = 63
  48.     Height = 13
  49.     Caption = 'Parameter 2:'
  50.   end
  51.   object Label5: TLabel
  52.     Left = 8
  53.     Top = 244
  54.     Width = 531
  55.     Height = 26
  56.     Caption = 
  57.       'You can choose your own values for Parameter 1 and Parameter 2. ' +
  58.       'Parameter 3 and 4 are reserved for use by WhoCrashed. '
  59.     WordWrap = True
  60.   end
  61.   object spinEditParm1: TSpinEdit
  62.     Left = 8
  63.     Top = 216
  64.     Width = 121
  65.     Height = 22
  66.     MaxValue = 0
  67.     MinValue = 0
  68.     TabOrder = 0
  69.     Value = 0
  70.   end
  71.   object SpinEditParm2: TSpinEdit
  72.     Left = 160
  73.     Top = 216
  74.     Width = 121
  75.     Height = 22
  76.     MaxValue = 0
  77.     MinValue = 0
  78.     TabOrder = 1
  79.     Value = 0
  80.   end
  81.   object ButtonCrash: TButton
  82.     Left = 95
  83.     Top = 360
  84.     Width = 81
  85.     Height = 25
  86.     Caption = 'Crash!'
  87.     Enabled = False
  88.     TabOrder = 2
  89.     OnClick = ButtonCrashClick
  90.   end
  91.   object Button2: TButton
  92.     Left = 8
  93.     Top = 360
  94.     Width = 81
  95.     Height = 25
  96.     Caption = 'Cancel'
  97.     Default = True
  98.     ModalResult = 2
  99.     TabOrder = 3
  100.     OnClick = Button2Click
  101.   end
  102.   object EditAccept: TEdit
  103.     Left = 8
  104.     Top = 319
  105.     Width = 121
  106.     Height = 21
  107.     MaxLength = 6
  108.     TabOrder = 4
  109.     OnChange = EditAcceptChange
  110.   end
  111.   object memoCrashDumpTest: TMemo
  112.     Left = 8
  113.     Top = 8
  114.     Width = 539
  115.     Height = 137
  116.     BevelInner = bvSpace
  117.     BevelOuter = bvRaised
  118.     Color = clBtnFace
  119.     Font.Charset = DEFAULT_CHARSET
  120.     Font.Color = clRed
  121.     Font.Height = -11
  122.     Font.Name = 'Tahoma'
  123.     Font.Style = [fsBold]
  124.     Lines.Strings = (
  125.       'memoCrashDumpTest')
  126.     ParentFont = False
  127.     ReadOnly = True
  128.     TabOrder = 5
  129.     OnEnter = memoCrashDumpTestEnter
  130.   end
  131.   object buttonHelp: TButton
  132.     Left = 466
  133.     Top = 363
  134.     Width = 81
  135.     Height = 25
  136.     Caption = '&Help'
  137.     ImageAlignment = iaRight
  138.     ImageIndex = 9
  139.     ImageMargins.Right = 10
  140.     Images = MainForm.ImageListMenu
  141.     ModalResult = 9
  142.     TabOrder = 6
  143.     OnClick = buttonHelpClick
  144.   end
  145.   object Edit1: TEdit
  146.     Left = 160
  147.     Top = 162
  148.     Width = 387
  149.     Height = 21
  150.     Enabled = False
  151.     MaxLength = 6
  152.     TabOrder = 7
  153.     Text = '0xDEADDEAD (MANUALLY_INITIATED_CRASH1)'
  154.     OnChange = EditAcceptChange
  155.   end
  156. end
  157.